findGroupsByUserId

open override fun findGroupsByUserId(id: String): List<Group>

Finds all groups that a user is a member of.

Return

a list of group entities that the user is a member of

Parameters

id

the identifier of the user